internal/poll.FD.readUnlock (method)

12 uses

	internal/poll (current package)
		copy_file_range_linux.go#L155: 	defer src.readUnlock()
		fd_mutex.go#L230: func (fd *FD) readUnlock() {
		fd_unix.go#L147: 	defer fd.readUnlock()
		fd_unix.go#L211: 	defer fd.readUnlock()
		fd_unix.go#L238: 	defer fd.readUnlock()
		fd_unix.go#L265: 	defer fd.readUnlock()
		fd_unix.go#L292: 	defer fd.readUnlock()
		fd_unix.go#L319: 	defer fd.readUnlock()
		fd_unix.go#L346: 	defer fd.readUnlock()
		fd_unix.go#L599: 	defer fd.readUnlock()
		fd_unix.go#L758: 	defer fd.readUnlock()
		splice_linux.go#L89: 	defer sock.readUnlock()